Main Page

Title Case Converter

Today we work on an algorithm thats refered to as Title Case Converter. Sometimes we want to manipulate a sentence that a user enters into an input box and this is an example of that. We return the provided string with the first letter of each word capitalized. Make sure the rest of the word is in lower case.

Day 23 of "100 days of coding".


Title Case Converter

Answer...

Generate Sentence
Generated Sentence!